home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / wb / TextloaderNG.lha / TextLoader / Rexx / SendtoPageStreamGFX.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-06-11  |  190 b   |  11 lines

  1. /* $VER: SendImage.rexx 1.0 for PStream3/4 © by Jochen Grus (10.06.99) */
  2.  
  3. OPTIONS RESULTS
  4. ADDRESS "PAGESTREAM"
  5. FILE="'ram:0.gfx'"
  6.   'placegraphic FILE ram:0.gfx FILTER UNIVERSAL'
  7.  
  8. return
  9.  
  10.  
  11.